From c7174383e6f6ab8623cefa55ce1ef06b4bd5253f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 3 Jul 2025 13:07:29 +0000 Subject: [PATCH] libretro.play: 0-unstable-2025-06-18 -> 0-unstable-2025-07-01 --- 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 af059712f707..f1ec8a93f18c 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-06-18"; + version = "0-unstable-2025-07-01"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "ea544501ba7d06f53188939254f671055ceaeaba"; - hash = "sha256-fGMFtjvqKCy7jd59Ky2pcLR5PANq1v9GT5tVB2iPXhk="; + rev = "5fa3b71304aec0d2a70569bd38c87433f719e6ce"; + hash = "sha256-t61xAqghmOmZJzAxU2Ez1ALQ8jjuHZKwmrNoRA9L+4k="; fetchSubmodules = true; };