diff --git a/opam b/opam
index 3b75d245b1e3cee23734e9185337ac428697df6b..3a906ea55e38f2711fa8bb5aa1c963d816f2247e 100644
--- a/opam
+++ b/opam
@@ -11,7 +11,7 @@ synopsis: "This is the Coq development of the Iris Project"
 
 depends: [
   "coq" { (= "8.8.2") | (>= "8.9.1" & < "8.12~") | (= "dev") }
-  "coq-stdpp" { (= "dev.2020-01-18.0.7e0096d8") | (= "dev") }
+  "coq-stdpp" { (= "dev.2020-02-02.0.2f76db21") | (= "dev") }
 ]
 
 build: [make "-j%{jobs}%"]