diff --git a/homeassistant/components/cloud/manifest.json b/homeassistant/components/cloud/manifest.json
index 4e99d08afb5faa375f4d239036ff132ef69b4009..7f448f2f614199986b30c280b61c6fdffb9d37e9 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": ["acme", "hass_nabucasa", "snitun"],
-  "requirements": ["hass-nabucasa==0.92.0"],
+  "requirements": ["hass-nabucasa==0.94.0"],
   "single_config_entry": true
 }
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 1f1cb3c4f4cb13c7b517142500c80294222c4a64..f6181d214e268bb553296e19df816319c77ae64e 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -34,7 +34,7 @@ fnv-hash-fast==1.2.6
 go2rtc-client==0.1.2
 ha-ffmpeg==3.2.2
 habluetooth==3.24.1
-hass-nabucasa==0.92.0
+hass-nabucasa==0.94.0
 hassil==2.2.3
 home-assistant-bluetooth==1.13.1
 home-assistant-frontend==20250228.0
diff --git a/pyproject.toml b/pyproject.toml
index 6a75ffa002b2952a69b95c347aa189032b3eb50b..7c60a931c91ba170fee7a2f9aa1cf9f133b93cce 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -46,7 +46,7 @@ dependencies    = [
     "fnv-hash-fast==1.2.6",
     # hass-nabucasa is imported by helpers which don't depend on the cloud
     # integration
-    "hass-nabucasa==0.92.0",
+    "hass-nabucasa==0.94.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 76c5059e29ec2b2b6acb11a8db58235c2362a1f1..aef3fdb0f094dd5f3b3ece0673c368fb071c5f03 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.6
-hass-nabucasa==0.92.0
+hass-nabucasa==0.94.0
 httpx==0.28.1
 home-assistant-bluetooth==1.13.1
 ifaddr==0.2.0
diff --git a/requirements_all.txt b/requirements_all.txt
index 45484a6f2d09b0d940b8f0898315830401946427..16b72934e6b0507d412d2d4fc13f9b152b6ffd64 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1112,7 +1112,7 @@ habiticalib==0.3.7
 habluetooth==3.24.1
 
 # homeassistant.components.cloud
-hass-nabucasa==0.92.0
+hass-nabucasa==0.94.0
 
 # homeassistant.components.splunk
 hass-splunk==0.1.1
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index d2be4b80bfb562d97e2bcc77f176aadf8eb0786a..535aa75c62e495560b6bcb1da158192a842e6943 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -953,7 +953,7 @@ habiticalib==0.3.7
 habluetooth==3.24.1
 
 # homeassistant.components.cloud
-hass-nabucasa==0.92.0
+hass-nabucasa==0.94.0
 
 # homeassistant.components.conversation
 hassil==2.2.3