From 4e20c95a7709a2e6cb6b65709e140e63dba9ebac Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 25 Aug 2025 03:21:58 +0000 Subject: [PATCH] libretro.play: 0-unstable-2025-08-04 -> 0-unstable-2025-08-20 --- 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 db3b85fe376a..08944442c849 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-08-04"; + version = "0-unstable-2025-08-20"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "c7e327b5b86bfeaf13e89440a319ee5b0c039a3d"; - hash = "sha256-J7rCOl7vHX/2Jy/fPh8yDAf8xQc41wmkMcC9SSRqxF0="; + rev = "7062c5e67a4a90b75fe1d0221c43f678a0d049b6"; + hash = "sha256-PnZNcy69o0Fi2gfC7gDXyo6wUykdG4NxKumEl9P8K9Y="; fetchSubmodules = true; };