From 6ffe49bd584f1baf81d8f0550604cccde66b669d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 29 Jul 2026 16:13:08 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2026-07-10 -> 0-unstable-2026-07-21 --- pkgs/applications/emulators/libretro/cores/flycast.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/flycast.nix b/pkgs/applications/emulators/libretro/cores/flycast.nix index d7c4f0b6a0c4..07a78ff28040 100644 --- a/pkgs/applications/emulators/libretro/cores/flycast.nix +++ b/pkgs/applications/emulators/libretro/cores/flycast.nix @@ -8,13 +8,13 @@ }: mkLibretroCore { core = "flycast"; - version = "0-unstable-2026-07-10"; + version = "0-unstable-2026-07-21"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "f09d1f22ef8d199b8b7a2395d0b46774e08a58c2"; - hash = "sha256-labl5MPpBNkg/M95WzJgiKVdvHJDN6jeFSLsHg5+G78="; + rev = "4126f1464fbc77c6bcec9cad00c32017ecabb799"; + hash = "sha256-8SRw+GMuu2LXNhui0Zi2BoRajo3qp0DrzXYSHcUVATA="; fetchSubmodules = true; };