From b1997e289085b385ad6d9afc5dc84efbb68b6d5a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 21 May 2026 09:37:37 +0000 Subject: [PATCH] libretro.play: 0-unstable-2026-05-11 -> 0-unstable-2026-05-16 --- 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 1617d2c29e8a..745cec5501a7 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-2026-05-11"; + version = "0-unstable-2026-05-16"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "7a2b8d6058c7b89548283be5d380accc85e310a0"; - hash = "sha256-AA6l4t+TDz2g/qQM4bVbSnJXsamEXzUqTL7VnvQ1mgc="; + rev = "e62ea293ba347dc1fd9d387458d8262bc122053f"; + hash = "sha256-V0ItXRD1YO7jq/SNoXOh7ZhpWwx9oFs3muIUkzj8FHE="; fetchSubmodules = true; };