diff --git a/Cargo.toml b/Cargo.toml
index ec227111ea1df83781a194c6bd4050fc95d4c3c7..4b7ace367bff63f8eb967731f2493579bdba49f6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,6 @@ edition = "2021"
 
 [dependencies]
 bevy = { version = "0.8", default-features = false }
-bevy_kira_audio = { git = "https://github.com/NiklasEi/bevy_kira_audio.git", features = ["mp3"], rev = "8e2ee7ffb675163cd01083d46f12aeba634f9f8f" }
+bevy_kira_audio = { version = "0.11" features = ["mp3"] }
 serde = "1"
 serde_json = "1"
\ No newline at end of file