diff --git a/nix/frama-ci.nix b/nix/frama-ci.nix
index 15e84520a1a536ce9acd8b4a0237a343900bc404..0dc2337bb51f28e5e8d99196fc542f26a699e745 100644
--- a/nix/frama-ci.nix
+++ b/nix/frama-ci.nix
@@ -5,8 +5,8 @@ let
     src = builtins.fetchGit {
             "url" = "https://bobot:${password}@git.frama-c.com/frama-c/Frama-CI.git";
             "name" = "Frama-CI";
-            "rev" = "e0b8d5ff621eb2953b848b2711e873e9ead25add";
-            "ref" = "e0b8d5ff621eb2953b848b2711e873e9ead25add";
+            "rev" = "22961f3356c3eb1279d817772b4f19c352d055a7";
+            "ref" = "master";
     };
  in
  {