diff --git a/homeassistant/components/cloud/manifest.json b/homeassistant/components/cloud/manifest.json
index e503524afabd81099d268a119c550734f5a47070..156f978fbc024234ef115da657597f8f464e2113 100644
--- a/homeassistant/components/cloud/manifest.json
+++ b/homeassistant/components/cloud/manifest.json
@@ -13,6 +13,6 @@
   "integration_type": "system",
   "iot_class": "cloud_push",
   "loggers": ["hass_nabucasa"],
-  "requirements": ["hass-nabucasa==0.91.0"],
+  "requirements": ["hass-nabucasa==0.92.0"],
   "single_config_entry": true
 }
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 7f4492b7fc814fe70b41051f2e32dcce791caccf..dbad49b8caaee6d691a10ddd6e841f9bc93f6e1e 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -34,7 +34,7 @@ fnv-hash-fast==1.2.2
 go2rtc-client==0.1.2
 ha-ffmpeg==3.2.2
 habluetooth==3.21.1
-hass-nabucasa==0.91.0
+hass-nabucasa==0.92.0
 hassil==2.2.3
 home-assistant-bluetooth==1.13.0
 home-assistant-frontend==20250210.0
diff --git a/pyproject.toml b/pyproject.toml
index 64d32f280c0f57d00af1b9a1c72917562bbe4f40..4c9327901c79277a2df2abea1601042930dec6a8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -46,7 +46,7 @@ dependencies    = [
     "fnv-hash-fast==1.2.2",
     # hass-nabucasa is imported by helpers which don't depend on the cloud
     # integration
-    "hass-nabucasa==0.91.0",
+    "hass-nabucasa==0.92.0",
     # When bumping httpx, please check the version pins of
     # httpcore, anyio, and h11 in gen_requirements_all
     "httpx==0.28.1",
diff --git a/requirements.txt b/requirements.txt
index 58c469c0aa978ffd564f8f0ab67a6ee8eb6d32ed..01f05f94b88189e49f740abbf75c9c9bcfcbab93 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -21,7 +21,7 @@ certifi>=2021.5.30
 ciso8601==2.3.2
 cronsim==2.6
 fnv-hash-fast==1.2.2
-hass-nabucasa==0.91.0
+hass-nabucasa==0.92.0
 httpx==0.28.1
 home-assistant-bluetooth==1.13.0
 ifaddr==0.2.0
diff --git a/requirements_all.txt b/requirements_all.txt
index 2298ab81fe038d9478fa3f9935aefc70ca24b18e..3114f1a10be90dbf433debdf9ead4c368be0d43c 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1103,7 +1103,7 @@ habiticalib==0.3.7
 habluetooth==3.21.1
 
 # homeassistant.components.cloud
-hass-nabucasa==0.91.0
+hass-nabucasa==0.92.0
 
 # homeassistant.components.splunk
 hass-splunk==0.1.1
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index e01370644cbc1b7bad26b7cd82cfebd9d322422c..de7be82829ae62260477a3b1a7edfb9f6a322712 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -944,7 +944,7 @@ habiticalib==0.3.7
 habluetooth==3.21.1
 
 # homeassistant.components.cloud
-hass-nabucasa==0.91.0
+hass-nabucasa==0.92.0
 
 # homeassistant.components.conversation
 hassil==2.2.3