From 80e3683a22c23ebb53f0035c0f55650c46be0438 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 28 Mar 2025 09:53:15 +0000 Subject: [PATCH] libretro.play: 0-unstable-2025-03-10 -> 0-unstable-2025-03-25 --- 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 410ae16d3baf..a0dd0c6399db 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-03-10"; + version = "0-unstable-2025-03-25"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "b15a49e31172f05dfdb1b1a15ea71e8a870c27ae"; - hash = "sha256-+jNdMeW11w8Bg4TZD8fYOFGOPxcHHu+apR+w2QZCIXw="; + rev = "01d094c0c3ed723b0747079afddfd319001f01d4"; + hash = "sha256-o8tfYg88spRZBDokc/dkRsVvvfGejYVnDQfvQ1BBRps="; fetchSubmodules = true; };