diff --git a/contrib/src/opendht/SHA512SUMS b/contrib/src/opendht/SHA512SUMS
index 2b808ecece80e94700050946b0d6d937a685ab34..8fc24f5bccdb58b6e494690b2e7a5f520c5c110d 100644
--- a/contrib/src/opendht/SHA512SUMS
+++ b/contrib/src/opendht/SHA512SUMS
@@ -1 +1 @@
-8badf9217ef4bc6f89b5510d802b9382bdf5829f57a19bf244c352b885b18d151f18c1f0d84a4de46c6c75cfea96a04623a5218905aa1ee5c7b8ac23e2ac613a  opendht-2.6.0rc5.tar.gz
+5cd653ffaa1614eab88472a6c3872017695f8ec1ee66d28e14a640df381a2b35ca34c8d93b260c3703f38bce290b2e7587ce329baf870a73bd06db31794528ca  opendht-7736bb659d27436236f5d014af99e7c1b5c9fd8d.tar.gz
diff --git a/contrib/src/opendht/package.json b/contrib/src/opendht/package.json
index e920aa4acc038c9e533c5fc80aaf554d07da5dc2..fcc206a85771210b0d24de97748997a95364a1f2 100644
--- a/contrib/src/opendht/package.json
+++ b/contrib/src/opendht/package.json
@@ -1,6 +1,6 @@
 {
     "name": "opendht",
-    "version": "f461eaa191798559aa82dc431cec1a2a1c198140",
+    "version": "7736bb659d27436236f5d014af99e7c1b5c9fd8d",
     "url": "https://github.com/savoirfairelinux/opendht/archive/__VERSION__.tar.gz",
     "deps": [
         "argon2",
diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak
index 02f08fc7948e09a28d5cee3f1b7727c100157325..602416fd259bb7b4e8a9823a709683ee93f784ac 100644
--- a/contrib/src/opendht/rules.mak
+++ b/contrib/src/opendht/rules.mak
@@ -1,6 +1,6 @@
 # OPENDHT
-OPENDHT_VERSION := 2.6.0rc5
-OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/v$(OPENDHT_VERSION).tar.gz
+OPENDHT_VERSION := 7736bb659d27436236f5d014af99e7c1b5c9fd8d
+OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz
 
 PKGS += opendht
 ifeq ($(call need_pkg,'opendht >= 2.6.0'),)