From f26adbb436a470975638bc2fd7f2386bba52bed9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 13 Jul 2026 12:54:35 +0000 Subject: [PATCH] libretro.play: 0-unstable-2026-06-22 -> 0-unstable-2026-07-11 --- 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 f777c18941ff..26b3d48ea660 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-22"; + version = "0-unstable-2026-07-11"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "1e4f393f3c52581cdec7867ddadc47f6b4d20cec"; - hash = "sha256-a02AsJg7mm/fUBN/5IC2Q6NexLYsBYp74bfqfJosaxc="; + rev = "50aedca2639521bc498ace0b2be1ea012801a86a"; + hash = "sha256-ywqwy8HwxigRG/2GfvfpewNjTIeunXH9NtyAH5iUfa8="; fetchSubmodules = true; };