From 95542b8157a89e952af378334e665b85631b83ce Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 17 Apr 2025 18:58:47 +0000 Subject: [PATCH] libretro.play: 0-unstable-2025-04-04 -> 0-unstable-2025-04-07 --- 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 98861e57c740..d33b09679623 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-04-04"; + version = "0-unstable-2025-04-07"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "225e37d0dc7b8a7bb6dc3534b992373477f9923d"; - hash = "sha256-bY4RwJyS4R/vjae2UCi4SnIW04IzoQyMOYsW4f+UQg8="; + rev = "f66e60ffda14cc615336d2997c09b3b1b998e8eb"; + hash = "sha256-qGIqXc0xouWcOPMmBUFRyA4DHmdNEopxUR/J+o0H+QE="; fetchSubmodules = true; };