From a963e2408eb99af2b05583709b81afdb3597a246 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 30 May 2026 04:29:06 +0000 Subject: [PATCH] libretro.play: 0-unstable-2026-05-16 -> 0-unstable-2026-05-28 --- 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 745cec5501a7..236d16e0cf45 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-16"; + version = "0-unstable-2026-05-28"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "e62ea293ba347dc1fd9d387458d8262bc122053f"; - hash = "sha256-V0ItXRD1YO7jq/SNoXOh7ZhpWwx9oFs3muIUkzj8FHE="; + rev = "a14967a615ee278191a6a8c1f4f5171b660a170c"; + hash = "sha256-gGCcr5yOnoP9EdP4fDM12dyEvNOPisBI+r+tGvezXi0="; fetchSubmodules = true; };