libretro.snes9x: 0-unstable-2025-08-10 -> 0-unstable-2025-08-11 (#434896)

This commit is contained in:
Thiago Kenji Okada 2025-08-19 10:14:47 +01:00 committed by GitHub
commit 722a2352cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
}: }:
mkLibretroCore { mkLibretroCore {
core = "snes9x"; core = "snes9x";
version = "0-unstable-2025-08-10"; version = "0-unstable-2025-08-11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "snes9xgit"; owner = "snes9xgit";
repo = "snes9x"; repo = "snes9x";
rev = "f6c78e954d7f38498f82145d20a916acea6cbc57"; rev = "b33f2afb33c61d675aaf0319bd3b8cc8d6924d49";
hash = "sha256-oFKO9y6t0BXeykuqZYfe2KKJpkm7Y2b7JuMJYspkL3g="; hash = "sha256-hhe52Ob+WC+wktXIYUoEfOq/FKyKGfeeX+BYyQ3xgXE=";
}; };
makefile = "Makefile"; makefile = "Makefile";