From 5c30c61d28ccc2ffb2ed4fc04c4771bc20ce999f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 26 Jun 2026 05:06:23 +0000 Subject: [PATCH] libretro.play: 0-unstable-2026-06-06 -> 0-unstable-2026-06-22 --- 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 1d99963ceb0b..f777c18941ff 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-06-06"; + version = "0-unstable-2026-06-22"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "ee1334610cb2181bd9a84e837ba3ea667ebdb16a"; - hash = "sha256-oriF08elBRg8jTlPz1Qoc6SmKQPknkegJlOtcOV4RX8="; + rev = "1e4f393f3c52581cdec7867ddadc47f6b4d20cec"; + hash = "sha256-a02AsJg7mm/fUBN/5IC2Q6NexLYsBYp74bfqfJosaxc="; fetchSubmodules = true; };