diff --git a/pkgs/applications/emulators/libretro/cores/play.nix b/pkgs/applications/emulators/libretro/cores/play.nix index b08e3f75140a..1d99963ceb0b 100644 --- a/pkgs/applications/emulators/libretro/cores/play.nix +++ b/pkgs/applications/emulators/libretro/cores/play.nix @@ -14,13 +14,13 @@ }: mkLibretroCore { core = "play"; - version = "0-unstable-2026-06-05"; + version = "0-unstable-2026-06-06"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "3a904f67694ce6ce8f88fd97ebaf30240bd87dce"; - hash = "sha256-vxedP/J6LhTqhoRw1bn6uCNedRJUpKHZnD8OQ5z1rxY="; + rev = "ee1334610cb2181bd9a84e837ba3ea667ebdb16a"; + hash = "sha256-oriF08elBRg8jTlPz1Qoc6SmKQPknkegJlOtcOV4RX8="; fetchSubmodules = true; };