diff --git a/recipes/escalated/recipe.toml b/recipes/escalated/recipe.toml
index 801bf9a8bb7549c517c2bd753ca5685e39e9ab6e..8bfd1b73ccda8f2ec32fa9ba2e9584d0885f2553 100644
--- a/recipes/escalated/recipe.toml
+++ b/recipes/escalated/recipe.toml
@@ -1,5 +1,9 @@
 [source]
 git = "https://gitlab.redox-os.org/redox-os/escalated.git"
 
+# Escalated is not backwards compatible wrt relibc versions, so we pin it here
+# so it's updated together with the other main submodules.
+rev = "efe37543"
+
 [build]
 template = "cargo"