This package browser is in early development. Mind the rough edges.

retroarch

Reference frontend for the libretro API

Libretro is a simple but powerful development interface that allows for the easy creation of emulators, games and multimedia applications that can plug straight into any libretro-compatible frontend. RetroArch is the official reference frontend for the libretro API, currently used by most as a modular multi-system game/emulator system.

Installation

Install the latest version of retroarch as follows:

guix install retroarch

Or install a particular version:

guix install retroarch@1.21.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of retroarch about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/retroarch'><img src='https://packages.guix.gnu.org/packages/retroarch/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/retroarch/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/retroarch)

Example Org:

[[https://packages.guix.gnu.org/packages/retroarch][https://packages.guix.gnu.org/packages/retroarch/badges/latest-version.svg]]