From a1d661ccb5914e4fa77cad458de9784b3de8b325 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 7 Aug 2025 16:49:17 +0000 Subject: [PATCH] libretro.play: 0-unstable-2025-07-23 -> 0-unstable-2025-08-04 --- pkgs/applications/emulators/libretro/cores/play.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/play.nix b/pkgs/applications/emulators/libretro/cores/play.nix index cfac4250e3f1..db3b85fe376a 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-2025-07-23"; + version = "0-unstable-2025-08-04"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "78c184bca1063d5482cbfad924af72dd23ebbff1"; - hash = "sha256-0n6PQqepc7xKVMf8slN9aOodzBbt7J2c68z7200q07M="; + rev = "c7e327b5b86bfeaf13e89440a319ee5b0c039a3d"; + hash = "sha256-J7rCOl7vHX/2Jy/fPh8yDAf8xQc41wmkMcC9SSRqxF0="; fetchSubmodules = true; };