From 311812f64c0c5f24308c6a93b13fb7f84233ba6b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 8 Jun 2026 03:11:32 +0000 Subject: [PATCH] libretro.play: 0-unstable-2026-05-28 -> 0-unstable-2026-06-05 --- 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 236d16e0cf45..b08e3f75140a 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-28"; + version = "0-unstable-2026-06-05"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "a14967a615ee278191a6a8c1f4f5171b660a170c"; - hash = "sha256-gGCcr5yOnoP9EdP4fDM12dyEvNOPisBI+r+tGvezXi0="; + rev = "3a904f67694ce6ce8f88fd97ebaf30240bd87dce"; + hash = "sha256-vxedP/J6LhTqhoRw1bn6uCNedRJUpKHZnD8OQ5z1rxY="; fetchSubmodules = true; };