From 46d070c6b44182816b2f5bcc64d8daa03bf21fd1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 13 Jul 2025 05:59:37 +0000 Subject: [PATCH] libretro.play: 0-unstable-2025-07-01 -> 0-unstable-2025-07-09 --- 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 f1ec8a93f18c..199fb453b1ca 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-01"; + version = "0-unstable-2025-07-09"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "5fa3b71304aec0d2a70569bd38c87433f719e6ce"; - hash = "sha256-t61xAqghmOmZJzAxU2Ez1ALQ8jjuHZKwmrNoRA9L+4k="; + rev = "ae9afb4e45e8de35382fb98c55d13dec9fcf8ed8"; + hash = "sha256-HWKhgGChPGhRmrXXbjEvBt0coGpQ1JAPUTd8Ze4yKww="; fetchSubmodules = true; };